home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
jansfunc.frm
< prev
next >
Wrap
Text File
|
1993-11-17
|
184b
|
23 lines
;Iterate! formula file
;by Jan Hugh
;parameter and window defaults
a=1
b=1
c=1
d=1
mu=0
xmin=-20
xmax=20
ymin=-20
ymax=20
x=a*cot(c*y)
y=b*csc(d*x)